Api.EnableActualCurrent method
Adds the Actual Current variable to PDO.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsError EnableActualCurrent(
bool Active
)
Public Function EnableActualCurrent(
Active As Boolean
) As KsError
Parameters
Active
Type: bool
true: The Actual Current variable is mapped to PDO. false: Not mapped to PDO. By default, it is false.
Return value
Type: KsError
A return code of a method.
Remarks
This method must be called after Create and before Start.
Usable EtherCAT states
ecatOffline
Examples
N/A
See also